home *** CD-ROM | disk | FTP | other *** search
- -- background: 2675 from stack: in
- -- bmap block id: 2357
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on mousedown
- hide menubar
- end mousedown
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=49 top=273 right=295 bottom=149
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: GASOLINE
- ----- HyperTalk script -----
- on mousedown
- hide menubar
- end mousedown
-
- on mouseUp
- GO TO STACK "GAS/FULL LOAD"
- end mouseUp
-
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=49 top=306 right=328 bottom=149
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: GLOSSARY
- ----- HyperTalk script -----
- on mouseUp
- go to stack "GLOSSARY"
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=204 top=273 right=295 bottom=304
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: DIESEL
- ----- HyperTalk script -----
- on mouseUp
- GO TO STACK "DIESEL/FULL LOAD"
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=204 top=305 right=329 bottom=305
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: REFERENCES
- ----- HyperTalk script -----
- on mouseUp
- GO TO "REFERENCES"
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=361 top=273 right=295 bottom=461
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: STEAM
- ----- HyperTalk script -----
- on mouseUp
- GO TO STACK "STEAM/FULL LOAD"
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=361 top=306 right=328 bottom=461
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: QUIT
- ----- HyperTalk script -----
- on mouseUp
- show menubar
- go to stack "HOME"
- end mouseUp
-
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=204 top=241 right=263 bottom=304
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: INTRODUCTION
- ----- HyperTalk script -----
- on mouseUp
- GO TO STACK "RECIP/INTRO"
- end mouseUp
-
-